home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / Java / Java Program.java < prev    next >
Text File  |  2003-08-13  |  352b  |  18 lines

  1. //Description: Java Program|
  2. /* Created: {$DateTime} by {$UserName}
  3.  
  4.  $Id: Java\040Program.java,v 1.1.2.2 2003/08/13 00:38:45 neum Exp $
  5.  
  6. */
  7.  
  8. import java.awt.*;
  9. import java.awt.event.*;
  10.  
  11. class {$FileTitleNoExt} extends Frame {
  12.  
  13.   public static void main(String args[]) {
  14.     System.out.println("Starting {$FileTitleNoExt}...");
  15.   }
  16. }
  17.  
  18.